Oracle® OLAP Analytic Workspace Java API Reference
10g Release 2 (10.2)

B14351-02

oracle.AWXML
Class ForecastArgumentValue

java.lang.Object
  |
  +--oracle.AWXML.BaseObject
        |
        +--oracle.AWXML.ForecastArgumentValue

public class ForecastArgumentValue
extends BaseObject

The value portion of a keyword/value pair for a ForecastArgument. For a list of the forecast argument keywords, their valid values, and descriptions of them, see Forecast Argument Keywords and Values.

See Also:
ForecastArgument

Fields inherited from class oracle.AWXML.BaseObject
DATABASENULL

 

Constructor Summary
ForecastArgumentValue()
          Creates a ForecastArgumentValue.
ForecastArgumentValue(BaseObject input)
          Creates a ForecastArgumentValue that is owned by the specified ForecastDefinition.
ForecastArgumentValue(java.lang.String input)
          Creates a ForecastArgumentValue that has the specified value.

 

Method Summary
 java.lang.String getKeyWord()
          Gets the keyword of the ForecastArgumentValue.
 java.lang.String getValue()
          Gets the value of the ForecastArgumentValue.
 void setKeyWord(java.lang.String input)
          Specifies the keyword of the keyword/value pair for the ForecastArgumentValue.
 void setValue(java.lang.String input)
          Specifies the value of the keyword/value pair for the ForecastArgumentValue.
 java.lang.String WriteToXML()
          Gets an XML representation of the ForecastArgumentValue.

 

Methods inherited from class oracle.AWXML.BaseObject
Alter, Create, CreateAfter, CreateBefore, CreateFirst, DataRead, Delete, getColumnName, getId, getLongName, getLongName, getName, getOwner, getPluralName, getPluralName, getSchema, getShortName, getShortName, setColumnName, setLongName, setLongName, setName, setPluralName, setPluralName, setSchema, setShortName, setShortName

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ForecastArgumentValue

public ForecastArgumentValue()
Creates a ForecastArgumentValue.

ForecastArgumentValue

public ForecastArgumentValue(java.lang.String input)
Creates a ForecastArgumentValue that has the specified value. For a list of valid values, see Forecast Argument Keywords and Values.
Parameters:
input - A String that contains the value for the ForecastArgumentValue.

ForecastArgumentValue

public ForecastArgumentValue(BaseObject input)
Creates a ForecastArgumentValue that is owned by the specified ForecastDefinition.
Parameters:
input - The ForecastDefinition to own the ForecastArgumentValue.

Method Detail

WriteToXML

public java.lang.String WriteToXML()
Gets an XML representation of the ForecastArgumentValue.
Overrides:
WriteToXML in class BaseObject
Returns:
An XML String that represents the ForecastArgumentValue.

setKeyWord

public void setKeyWord(java.lang.String input)
Specifies the keyword of the keyword/value pair for the ForecastArgumentValue. For a list of keywords, see Forecast Argument Keywords and Values.
Parameters:
input - A String that contains the keyword for the ForecastArgumentValue.

getKeyWord

public java.lang.String getKeyWord()
Gets the keyword of the ForecastArgumentValue.
Returns:
A String that contains the keyword for the ForecastArgumentValue.

setValue

public void setValue(java.lang.String input)
Specifies the value of the keyword/value pair for the ForecastArgumentValue. For a list of values, see Forecast Argument Keywords and Values.
Parameters:
input - A String that contains the value for the ForecastArgumentValue.

getValue

public java.lang.String getValue()
Gets the value of the ForecastArgumentValue.
Returns:
A String that contains the value of the ForecastArgumentValue.

Oracle® OLAP Analytic Workspace Java API Reference
10g Release 2 (10.2)

B14351-02

Copyright © 2003, 2005 Oracle. All rights reserved.